home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / boostrs.arc / SAVES.PAS < prev    next >
Pascal/Delphi Source File  |  1985-11-03  |  185b  |  5 lines

  1. { -----------------------------------
  2.   SAVESCREEN saves the current screen
  3.   ----------------------------------- }
  4. Procedure SaveScreen ( Page : HeapBuf);
  5.    external 'Saves.com';